home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / graphics / st_splin.lzh / ST_SPLIN.TXT < prev   
Text File  |  1993-07-28  |  1KB  |  30 lines

  1.               ************  ST_SPLIN.PRG  ************
  2.                       by  Randy Hosler
  3.  
  4. This program will draw colorful moving splines on the ST screen. It has the
  5. option of dividing the screen into 1, 2, 4, 6 or 9 parts and replicating the
  6. spline in each part of the screen. There are several other options. These
  7. will be displayed when you run the program.
  8.  
  9. ST_SPLIN.PRG will run in any ST rez and it should run in all FALCON rez's
  10. except maybe True Color.
  11.  
  12. I got the spline drawing code from X11 source.  The original authors
  13. copyright follows.
  14.  
  15. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  16.  xsplinefun.c - X11 version of spline fun #3
  17.  
  18.  Displays colorful moving splines in the X11 root window.
  19.  
  20.  Copyright (C) 1992 by Jef Poskanzer
  21.  
  22.  Permission to use, copy, modify, and distribute this software and its
  23.  documentation for any purpose and without fee is hereby granted, provided
  24.  that the above copyright notice appear in all copies and that both that
  25.  copyright notice and this permission notice appear in supporting
  26.  documentation.  This software is provided "as is" without express or
  27.  implied warranty.
  28. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29.  
  30.